[GtkRadioAction] fix annotation _set_group, _get_group
authorJohn (J5) Palmieri <johnp@redhat.com>
Thu, 6 May 2010 21:30:03 +0000 (17:30 -0400)
committerJohn (J5) Palmieri <johnp@redhat.com>
Thu, 6 May 2010 21:30:03 +0000 (17:30 -0400)
* should be element-type GtkRadioAction not GtkAction

gtk/gtkradioaction.c

index 09f0af4eaf3c5e71daa798a42fbfa9574a24bc93..e76ff76106a5449a279cd620c04b6e118955ffee 100644 (file)
@@ -395,7 +395,7 @@ create_menu_item (GtkAction *action)
  *     }
  * ]|
  *
- * Returns:  (element-type GtkAction) (transfer none): the list representing the radio group for this object
+ * Returns:  (element-type GtkRadioAction) (transfer none): the list representing the radio group for this object
  *
  * Since: 2.4
  */
@@ -410,7 +410,7 @@ gtk_radio_action_get_group (GtkRadioAction *action)
 /**
  * gtk_radio_action_set_group:
  * @action: the action object
- * @group: (element-type GtkAction): a list representing a radio group
+ * @group: (element-type GtkRadioAction): a list representing a radio group
  *
  * Sets the radio group for the radio action object.
  *